home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / languages / pcq_incl3v1.lha / Utils / Break.i next >
Encoding:
Text File  |  1994-04-15  |  296 b   |  14 lines

  1. {
  2.     Break.i for PCQ Pascal
  3.  
  4.     Declares CheckBreak, a function that tells you whether the
  5.     user pressed Ctrl-C (under some circumstances, anyway).
  6.     The source for this routine is under Runtime/Extras.
  7. }
  8.  
  9. Function CheckBreak : Boolean;
  10.     External;
  11.  
  12.     { Returns TRUE if the user has struck Ctrl-C }
  13.  
  14.